body {
	font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif !important;
}
.navbar {
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.selectorForm {
	background: #0a4d8c;
}
.selectorForm label {
	color: #fff;
	font-size: 12px;
}

input[type=checkbox] {
    position: relative;
    top: 2px;
    left: 10px;
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
}

.rai-activity-indicator {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
footer {
	text-align: center;
	padding: 0;
	margin: 15px 0 auto;
	color: #464852;
	min-height: 40px; font-size: 14px;
}

footer a {
	color: #464852;
	text-decoration: none;
	max-width: 100%;
	margin: 20px 10px 0;
	width: max-content;
	border: none;
}
.product img {
	display: block;
	width: 100%;
	height: auto;
}
.btn-primary {
  background-color: #0a4d8c !important;
  font-weight: 600;
  border-color: #0a4d8c !important;
}
label {
  font-size: 16px !important;
}
.sponsored-ad {
	font-size: 10px;
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
}
.recommendations h2 {
  color: #fff;
  background: #0a4d8c;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
